표준 프로젝트 병합 |
메뉴 위치 |
---|
파일 → 프로젝트 병합... |
작업대 |
모두 |
기본 단축키 |
없음 |
도입 버전 |
- |
참조 |
없음 |
표준 프로젝트 병합(Std MergeProjects) 명령은 FreeCAD 파일의 내용을 활성 문서에 추가합니다.
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
To merge a project use the mergeProject
method of the document object.
import FreeCAD
FreeCAD.ActiveDocument.mergeProject("Path_to_FCStd_project_file")